home *** CD-ROM | disk | FTP | other *** search
/ Aminet 2 / Aminet AMIGA CDROM (1994)(Walnut Creek)[Feb 1994][W.O. 44790-1].iso / Aminet / dev / amos / AMOSList0993.lzh / AMOSLIST / 000215_amos-request@svcs1.digex.net_Tue Sep 21 17:55:56 1993.msg < prev    next >
Internet Message Format  |  1993-10-03  |  2KB

  1. Received: from nextsun.INS.CWRU.Edu by access.digex.net with SMTP id AA29797
  2.   (5.65c/IDA-1.4.4 for <mcox@access.digex.com>); Tue, 21 Sep 1993 17:55:49 -0400
  3. Received: from svcs1.digex.net by nextsun.INS.CWRU.Edu with SMTP (5.65b+ida+/CWRU-1.5.2-freenet-gw)
  4.     id AA19142; Tue, 21 Sep 93 17:54:52 -0400 (from amos-request@svcs1.digex.net for mcox@access.digex.com)
  5. Received: by svcs1.digex.net id AA21913
  6.   (5.65c/IDA-1.4.4 for amos-list-out); Tue, 21 Sep 1993 17:44:01 -0400
  7. Received: from access.digex.net by svcs1.digex.net with SMTP id AA21909
  8.   (5.65c/IDA-1.4.4 for <amos-list@svcs1.digex.net>); Tue, 21 Sep 1993 17:43:59 -0400
  9. Received: from vax.mbhs.edu by access.digex.net with SMTP id AA27886
  10.   (5.65c/IDA-1.4.4 for <amos-list@access.digex.net>); Tue, 21 Sep 1993 17:43:54 -0400
  11. Message-Id: <199309212143.AA27886@access.digex.net>
  12. Date: 21 Sep 93 17:40:00 EST
  13. From: "Andrew Church" <95ACHURCH@vax.mbhs.edu>
  14. Subject: Procedure library (again)
  15. To: "amos-list" <amos-list@access.digex.net>
  16. Status: O
  17.  
  18.   When you send me a procedure for inclusion in the library, please also
  19. include a short "readme" file (like those on Aminet) that describes what the
  20. procedure's function is.  If possible, I'd also like an example program that
  21. I can use to test the procedure, just to make sure it works.
  22.  
  23.   I'd prefer that you use the following format for your readme file:
  24.  
  25. [Required items]
  26. NAME_OF_PROCEDURE
  27.   Description   : A short description of the procedure's function.  1 or 2
  28.                       sentences should be enough in most cases.
  29.   Calling format: How to call the procedure, and what its parameters are.  E.g.
  30.                   MYPROC[num1,num2,sumadr]
  31.                       num1,num2 - numbers to work with
  32.                       sumadr    - ADDRESS of sum (use Varptr())
  33.   Return value  : What your procedure returns.  If none, write "None".
  34.   Author        : Your name, and your e-mail address.
  35. [Optional item]
  36.   Special notes : If your procedure only works with AMOS Pro, or if it requires
  37.                       a special library, or another procedure, say so here.  If
  38.                       there's anything else you think I should know, put that
  39.                       here too.
  40.  
  41.   --Andy Church
  42.